home *** CD-ROM | disk | FTP | other *** search
/ Aminet 32 / Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso / Aminet / dev / lang / Python151_Src.lha / Python1.5_Source / Modules / protos / getpath_protos.h < prev    next >
Text File  |  1998-12-24  |  327b  |  11 lines

  1.  
  2. /* getpath.c */
  3. static void reduce ( char *dir );
  4. static int search_for_prefix ( char *argv0_path , char *home );
  5. static int search_for_exec_prefix ( char *argv0_path , char *home );
  6. static void calculate_path ( void );
  7. static int isfile(char*);
  8. static int ismodule(char*);
  9. static int isxfile(char*);
  10. static int isdir(char*);
  11.